PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFSize Class / PDFSize Constructor / PDFSize Constructor(double,double)
The horizontal component.
The vertical component.
In This Topic
    PDFSize Constructor(double,double)
    In This Topic
    Initializes a new PDFSize object with the given size.
    Syntax
    public PDFSize( 
       double width,
       double height
    )

    Parameters

    width
    The horizontal component.
    height
    The vertical component.
    See Also